home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / EDITFRM.DFM / EDITFRM.txt
Encoding:
Text File  |  1996-08-12  |  1.4 KB  |  65 lines

  1. object EditForm: TEditForm
  2.   Left = 225
  3.   Top = 107
  4.   Width = 304
  5.   Height = 214
  6.   Caption = 'EditForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Menu = MainMenu
  13.   PixelsPerInch = 96
  14.   Position = poDefault
  15.   Visible = True
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   TextHeight = 13
  21.   object Memo: TMemo
  22.     Left = 0
  23.     Top = 0
  24.     Width = 296
  25.     Height = 168
  26.     Align = alClient
  27.     TabOrder = 0
  28.     OnChange = MemoChange
  29.   end
  30.   object MainMenu: TMainMenu
  31.     Left = 8
  32.     Top = 128
  33.     object FileMenu: TMenuItem
  34.       Caption = '&File'
  35.       object FileNewItem: TMenuItem
  36.         Caption = '&New'
  37.         OnClick = FileNewItemClick
  38.       end
  39.       object FileOpenItem: TMenuItem
  40.         Caption = '&Open...'
  41.         OnClick = FileOpenItemClick
  42.       end
  43.       object FileSaveItem: TMenuItem
  44.         Caption = '&Save'
  45.         OnClick = FileSaveItemClick
  46.       end
  47.       object FileSaveAsItem: TMenuItem
  48.         Caption = 'Save &As...'
  49.         OnClick = FileSaveAsItemClick
  50.       end
  51.       object FileCloseItem: TMenuItem
  52.         Caption = '&Close'
  53.         OnClick = FileCloseItemClick
  54.       end
  55.       object N1: TMenuItem
  56.         Caption = '-'
  57.       end
  58.       object FileExitItem: TMenuItem
  59.         Caption = 'E&xit'
  60.         OnClick = FileExitItemClick
  61.       end
  62.     end
  63.   end
  64. end
  65.